testing.M.deps (field)

20 uses

	testing (current package)
		testing.go#L2277: 	deps        testDeps
		testing.go#L2323: 		deps:        deps,
		testing.go#L2408: 		listTests(m.deps.MatchString, m.tests, m.benchmarks, m.fuzzTargets, m.examples)
		testing.go#L2443: 		testRan, testOk := runTests(m.deps.ModulePath(), m.deps.ImportPath(), m.deps.MatchString, m.tests, deadline)
		testing.go#L2444: 		fuzzTargetsRan, fuzzTargetsOk := runFuzzTests(m.deps, m.fuzzTargets, deadline)
		testing.go#L2445: 		exampleRan, exampleOk := runExamples(m.deps.MatchString, m.examples)
		testing.go#L2459: 		anyFailed := !testOk || !exampleOk || !fuzzTargetsOk || !runBenchmarks(m.deps.ImportPath(), m.deps.MatchString, m.benchmarks)
		testing.go#L2471: 	fuzzingOk := runFuzzing(m.deps, m.fuzzTargets)
		testing.go#L2611: 		if err := m.deps.StartCPUProfile(f); err != nil {
		testing.go#L2674: 		m.deps.StartTestLog(f)
		testing.go#L2678: 		m.deps.SetPanicOnExit0(true)
		testing.go#L2692: 		m.deps.SetPanicOnExit0(false)
		testing.go#L2698: 		if err := m.deps.StopTestLog(); err != nil {
		testing.go#L2708: 		m.deps.StopCPUProfile() // flushes profile to disk
		testing.go#L2720: 		if err = m.deps.WriteProfileTo("allocs", f, 0); err != nil {
		testing.go#L2732: 		if err = m.deps.WriteProfileTo("block", f, 0); err != nil {
		testing.go#L2744: 		if err = m.deps.WriteProfileTo("mutex", f, 0); err != nil {